object PlottingForm: TPlottingForm Left = 656 Top = 237 Width = 631 Height = 469 Caption = 'Plotting modes' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsMDIChild Menu = MainMenu1 Position = poDefault Visible = True WindowState = wsMaximized OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize PixelsPerInch = 120 TextHeight = 16 object ScGraph1: TScGraph Left = 0 Top = 0 Width = 615 Height = 402 AutoMetrics = True PlotColor = clWhite MarginLeft = 20 MarginRight = 40 MarginTop = 20 MarginBottom = 20 Frame = True GraphTitle.Title = False GraphTitle.Caption = 'Scatterplot' GraphTitle.Position = 500 GraphTitle.Distance = 12 GridVertical.MajorGrid = False GridVertical.MinorGrid = False GridVertical.MajorGridStyle = psSolid GridVertical.MinorGridStyle = psDot GridVertical.MajorGridColor = clGray GridVertical.MinorGridColor = clGray GridVertical.MajorGridWidth = 1 GridVertical.MinorGridWidth = 0 GridHorizontal.MajorGrid = False GridHorizontal.MinorGrid = False GridHorizontal.MajorGridStyle = psSolid GridHorizontal.MinorGridStyle = psDot GridHorizontal.MajorGridColor = clGray GridHorizontal.MinorGridColor = clGray GridHorizontal.MajorGridWidth = 1 GridHorizontal.MinorGridWidth = 0 AxisTitleFont.Color = clWindowText AxisTitleFont.Height = -13 AxisTitleFont.Name = 'MS Sans Serif' AxisTitleFont.Style = [] TickLabelFont.Color = clWindowText TickLabelFont.Height = -13 TickLabelFont.Name = 'MS Sans Serif' TickLabelFont.Style = [] GraphTitleFont.Color = clWindowText GraphTitleFont.Height = -13 GraphTitleFont.Name = 'MS Sans Serif' GraphTitleFont.Style = [] LegendBox.ShowLegends = False LegendBox.Placement = lbxRight LegendBox.Distance = 8 LegendBox.Framed = True LegendBox.FrameColor = clBlack LegendBox.FrameWidth = 2 LegendBox.BoxColor = clWhite LegendBox.BoxStyle = bsSolid LegendFont.Color = clWindowText LegendFont.Height = -13 LegendFont.Name = 'MS Sans Serif' LegendFont.Style = [] XAxis.MajorTicks = True XAxis.MinorTicks = False XAxis.MajorTickLen = 12 XAxis.MinorTickLen = 8 XAxis.MajorTickWid = 2 XAxis.MinorTickWid = 1 XAxis.TickPosition = tpCenter XAxis.Title = False XAxis.TitleText = 'X' XAxis.TitleDist = 4 XAxis.TitlePos = 500 XAxis.TitleAngle = lr0 XAxis.TickLabels = True XAxis.LabelFormat = '%2.1f' XAxis.LabelDistance = 4 XAxis.LabelAngle = lr0 YAxis.MajorTicks = True YAxis.MinorTicks = False YAxis.MajorTickLen = 12 YAxis.MinorTickLen = 8 YAxis.MajorTickWid = 2 YAxis.MinorTickWid = 1 YAxis.TickPosition = tpCenter YAxis.Title = False YAxis.TitleText = 'Y' YAxis.TitleDist = 4 YAxis.TitlePos = 500 YAxis.TitleAngle = lr90 YAxis.TickLabels = True YAxis.LabelFormat = '%2.1f' YAxis.LabelDistance = 4 YAxis.LabelAngle = lr0 XScale.ScaleType = stLin XScale.Max = 10.000000000000000000 XScale.LinStep = 2.000000000000000000 XScale.MinRange = 10.000000000000000000 XScale.MinorTickNumber = 1 XScale.MinorLogPattern = [st20, st30, st40] XScale.MajorLogPattern = [lt50] XScale.AutoSizing = False XScale.AutoStepping = True YScale.ScaleType = stLin YScale.Max = 10.000000000000000000 YScale.LinStep = 2.000000000000000000 YScale.MinRange = 10.000000000000000000 YScale.MinorTickNumber = 1 YScale.MinorLogPattern = [st20, st30, st40] YScale.MajorLogPattern = [lt50] YScale.AutoSizing = False YScale.AutoStepping = True Plotting = True BevelInner = bvLowered BevelOuter = bvLowered OnResize = ScGraph1Resize end object MainMenu1: TMainMenu Left = 584 object File1: TMenuItem Caption = 'File' GroupIndex = 1 ShortCut = 0 object Close1: TMenuItem Caption = 'Close' ShortCut = 0 OnClick = Close1Click end object Printersetup1: TMenuItem Caption = 'Printer setup...' ShortCut = 0 OnClick = Printersetup1Click end object Print1: TMenuItem Caption = 'Print' ShortCut = 0 OnClick = Print1Click end object N3: TMenuItem Caption = '-' ShortCut = 0 end object Exit1: TMenuItem Caption = 'Exit' ShortCut = 0 OnClick = Exit1Click end end object Edit1: TMenuItem Caption = 'Edit' GroupIndex = 2 ShortCut = 0 object CopyGraph1: TMenuItem Caption = 'Copy Graph' ShortCut = 0 OnClick = CopyGraph1Click end object Autometrics1: TMenuItem Caption = 'Autometrics' Checked = True ShortCut = 0 OnClick = Autometrics1Click end end object Color1: TMenuItem Caption = 'Color' GroupIndex = 4 ShortCut = 0 OnClick = Color1Click end object Mode1: TMenuItem Caption = 'Mode' GroupIndex = 5 ShortCut = 0 object Symbols2: TMenuItem Caption = 'Symbols' Checked = True ShortCut = 0 OnClick = Symbols2Click end object Plotlines1: TMenuItem Caption = 'Plot lines' Checked = True ShortCut = 0 OnClick = Plotlines1Click end object N4: TMenuItem Caption = '-' ShortCut = 0 end object Lines2: TMenuItem Caption = 'Lines' ShortCut = 0 OnClick = Lines2Click end object Histogram1: TMenuItem Caption = 'Histogram' ShortCut = 0 OnClick = Histogram1Click end object Sticks1: TMenuItem Caption = 'Sticks' ShortCut = 0 OnClick = Sticks1Click end end object Symbols1: TMenuItem Caption = 'Symbols' GroupIndex = 6 ShortCut = 0 object SizeUp1: TMenuItem Caption = 'Size Up' ShortCut = 0 OnClick = SizeUp1Click end object SizeDown1: TMenuItem Caption = 'Size Down' ShortCut = 0 OnClick = SizeDown1Click end object N2: TMenuItem Caption = '-' ShortCut = 0 end object Circle1: TMenuItem Caption = 'Circle' ShortCut = 0 OnClick = Circle1Click end object Filledcircle1: TMenuItem Caption = 'Filled circle' ShortCut = 0 OnClick = Filledcircle1Click end object Square1: TMenuItem Caption = 'Square' ShortCut = 0 OnClick = Square1Click end object FilledSquare1: TMenuItem Caption = 'Filled Square' ShortCut = 0 OnClick = FilledSquare1Click end object Diamond1: TMenuItem Caption = 'Diamond' ShortCut = 0 OnClick = Diamond1Click end object FilledDiamond1: TMenuItem Caption = 'Filled Diamond' ShortCut = 0 OnClick = FilledDiamond1Click end object Triangleup1: TMenuItem Caption = 'Triangle up' ShortCut = 0 OnClick = Triangleup1Click end object Triangledown1: TMenuItem Caption = 'Triangle down' ShortCut = 0 OnClick = Triangledown1Click end object Filledtriangleup1: TMenuItem Caption = 'Filled triangle up' ShortCut = 0 OnClick = Filledtriangleup1Click end object Filledtrinagledown1: TMenuItem Caption = 'Filled trinagle down' ShortCut = 0 OnClick = Filledtrinagledown1Click end object Cross1: TMenuItem Caption = 'Cross' ShortCut = 0 OnClick = Cross1Click end object HatchedCross1: TMenuItem Caption = 'Hatched Cross' ShortCut = 0 OnClick = HatchedCross1Click end end object LineStyle1: TMenuItem Caption = 'LineStyle' GroupIndex = 7 ShortCut = 0 object Widthup1: TMenuItem Caption = 'Width up' ShortCut = 0 OnClick = Widthup1Click end object Widthdown1: TMenuItem Caption = 'Width down' ShortCut = 0 OnClick = Widthdown1Click end object N1: TMenuItem Caption = '-' ShortCut = 0 end object Solid1: TMenuItem Caption = 'Solid' ShortCut = 0 OnClick = Solid1Click end object Dashed1: TMenuItem Caption = 'Dashed' ShortCut = 0 OnClick = Dashed1Click end object Dotted1: TMenuItem Caption = 'Dotted' ShortCut = 0 OnClick = Dotted1Click end object DashDot1: TMenuItem Caption = 'Dash-Dot' ShortCut = 0 OnClick = DashDot1Click end object DashDotDot1: TMenuItem Caption = 'Dash-Dot-Dot' ShortCut = 0 OnClick = DashDotDot1Click end end object Help1: TMenuItem Caption = 'Help' GroupIndex = 9 ShortCut = 0 OnClick = Help1Click end end object ColorDialog1: TColorDialog Ctl3D = True Left = 552 end end